-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(feature-section): update to v2 #10959
feat(feature-section): update to v2 #10959
Conversation
Deploy preview created for package Built with commit: ff4555734f9b55fbdb5ad8b5cabf2eb447abec6e |
Deploy preview created for package Built with commit: ff4555734f9b55fbdb5ad8b5cabf2eb447abec6e |
Deploy preview created for package Built with commit: ff4555734f9b55fbdb5ad8b5cabf2eb447abec6e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! Just a small question below:
div[class^='#{$prefix}--col'] { | ||
box-sizing: border-box; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's about style specificity, but I'm curious as to why it was done like this over .#{$prefix}--col
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am targetting this line:
carbon-for-ibm-dotcom/packages/web-components/src/components/feature-section/feature-section.ts
Line 70 in b5ecd5f
class="${prefix}--col-sm-4 ${prefix}--col-md-6 ${prefix}--col-lg-12"> |
.#{$prefix}--col
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😭 sobbing it's so perfect!
2517dab
into
carbon-design-system:feat/carbon-for-ibm-dotcom-v2
* feat(feature-section): v2 updates * feat(feature-section): docs * fix(feature-section): react wrapper story * fix(Feature-section): design updates * fix(migration): update docs * fix(card): remove import * Update dotcom-v2-migration.md
Related Ticket(s)
Closes #10852
Description
Update feature section to v2
Changelog
Changed
card
with link variation